home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 4
/
Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso
/
Development
/
General
/
CIncludesTool
/
modified version
/
put in OM-Startup-applications
/
ToolServer
Wrap
Text File
|
1994-02-27
|
576b
|
10 lines
# MPWScript
# Script for use with ObjectMaster to launch ToolServer, setup the MPWScript menu in ObjectMaster, then bring ObjectMaster to the front
OM_SendAE MENU -MENUTEXT "MPWScript" -ITEMTEXT "CIncludesLocate" -TEXTTEXT 'OMCIncludesTool -f'
OM_SendAE MENU -MENUTEXT "MPWScript" -ITEMTEXT "CIncludesOpenHeader" -TEXTTEXT 'OMCIncludesTool -d'
OM_SendAE MENU -MENUTEXT "MPWScript" -ITEMTEXT "CIncludesRebuild" -TEXTTEXT 'OMCIncludesTool -m'
OM_SendAE MENU -MENUTEXT "MPWScript" -ITEMTEXT "Set Compiler…" -TEXTTEXT 'Execute OMSetCompiler'
OMSendToFront BROW
#end of MPWScript